POV-Ray : Newsgroups : povray.binaries.animations : Re: kaleidoscope : Re: kaleidoscope Server Time
19 Jul 2024 00:46:23 EDT (-0400)
  Re: kaleidoscope  
From: Tek
Date: 2 Jan 2004 21:44:32
Message: <3ff62c90@news.povray.org>
Here's a different version, looks very cool when played at full screen :)

-- 
Tek
www.evilsuperbrain.com

"Tek" <tek### [at] evilsuperbraincom> wrote in message news:3ff60dad@news.povray.org...
> Here's an animated version of the lace pattern I posted on p.b.i
>
> The code for it is this:
>
> #declare fA = frame_number;
>
> pigment {
>   //choose some pretty colours
>   bozo scale .3
>   pigment_map {
>     [.3 bozo translate 7 colour_map { [.5 rgb x/2][.7 rgb .8] }]
>     [.7 rgb <.7,.5,.1>] }
>   }
>
>   //make it into a kaleidoscope
>   #local nCount = 0;
>   #while ( nCount < 10 )
>     rotate -fA*z
>     warp { repeat y flip y }
>     #local nCount = nCount + 1;
>   #end
> }
>
> -- 
> Tek
> www.evilsuperbrain.com
>
>
>


Post a reply to this message


Attachments:
Download 'warprepeat4000.m1v.mpg' (539 KB)

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.